home *** CD-ROM | disk | FTP | other *** search
- %case doChoice%
- %if enabled%
- %DoChoice%
- %endif%
- %case itemNr%
- %DefineItem%
- %case classDecl%
- %if not classname = superClass%
-
- TYPE
- %classname% = OBJECT (%superClass%)
- OVERRIDE METHOD DoChoice (origView: TView;
- itsChoice: INT16);
- (*${QINSPECTOR*)
- OVERRIDE METHOD Fields (DoToField: DoToFieldMETHOD);
- (*$}*)
- END(*%classname%*);
- %endif%
- %case gDeadStripSuppression%
- %StripSuppression%
- %case classMethods%
- %if not classname = superClass%
- (*----------*)
- METHOD T%dlogname%.DoChoice (origView: TView;
- itsChoice: INT16);
- VAR
- origID: IDType;
- BEGIN
- origID := origView.fIdentifier;
-
- INHERITED DoChoice (origView, itsChoice);
- END DoChoice;
-
- %endif%
- %ClassMethods%
-